home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / utility / dpbuddya.lha / BuddySystem / Text / Load_Picture < prev    next >
Encoding:
Text File  |  1980-11-08  |  2.9 KB  |  71 lines

  1.                         Load Picture (Picture Menu)
  2.  
  3. KEYBOARD = Right Amiga L
  4.  
  5. This displays the LOAD PICTURE requester which allows you to load a picture
  6. or sequence of pictures.
  7.  
  8.      SEE -> `LoadPicReq.pic`
  9.  
  10. The first time you select Load from the Picture menu, the file requester
  11. will display all of the available devices <DEV> and volumes <VOL> on your
  12. system. Devices are the physical drives that you have attached (floppy,
  13. harddrive or ramdrive). Volumes refer to the names that have been assigned
  14. to devices. For instance you may have named a harddrive partition as "Work"
  15. or "Graphics". Additionally, since the contents of a floppy drive changes
  16. whenever you insert a different disk, a volume name is used to refer to
  17. a particular floppy disk.
  18.  
  19. The file requester is used to enter a path to a specific file. Simply click
  20. on the appropriate names in the requester to build a path to the desired
  21. file. Your current path selection will appear within the Drawer field. When
  22. you click on a file name rather than a disk or drawer name, the name is
  23. displayed within the File field. 
  24.  
  25. The DRIVES button displays all physical drive units attached to your
  26. system. These are the hardware names, such as DF0:, DH0:, RAM:, etc.
  27.  
  28. The ASSIGNS button will list all of the current logical assignments in your
  29. system. These are names that have been added using the AmigaDOS ASSIGN
  30. command and include any of the standard system assignments such as, C:,
  31. LIBS:, DEVS:, FONTS:, ... etc.
  32.  
  33. The Pattern field lets you enter a "wildcard" pattern.  This allows you to
  34. filter out the list so that it only displays file names that match a
  35. particular pattern.  For most purposes the standard pattern is:
  36.  
  37.                                     #?
  38.  
  39. Entering this into the Pattern field will list all files in a directory. It
  40. has the same effect as entering no pattern into the Pattern field.
  41.  
  42.                                   #?.pic 
  43.  
  44. This pattern will display only those files that have .pic at the end of
  45. their name.
  46.  
  47.                                    Pic#?
  48.  
  49. This lists only files whose names start with Pic.
  50.  
  51.                                  Pic#?.pic
  52.  
  53. List only files that start with Pic and end with .pic.
  54.  
  55. (#?  is the basic AmigaDOS wildcard pattern, please refer to your AmigaDOS
  56. manual - or "The Buddy System for AmigaDOS", for more info on Pattern
  57. Matching).
  58.  
  59. NOTE:  The above functions of this file requester are also found in the
  60. requesters used when loading brushes, animbrushes, palettes, stencils,
  61. moves and animations (through other menu selections).
  62.  
  63. The "# of Frames" edit field of the requester allows you to load multiple
  64. picture files to build an animation.  All pictures being loaded this way
  65. have to be in the same format (same screen resolution and # of colors).  If
  66. animation frames already exist they will be replaced by the newly loaded
  67. picture files.  DPaint proceeds by loading pictures alphabetically starting
  68. from the selected picture name and going down the list for the requested
  69. number of frames.
  70.  
  71.